Get-RASPubItemFilter

NAME

Get-RASPubItemFilter

SYNOPSIS

Retrieves information about a published resource filter.

SYNTAX

Get-RASPubItemFilter [[-Id] <uint>] [-SiteId <uint>] [<CommonParameters>]

Get-RASPubItemFilter [-Name] <string> [-Parent <PubFolder>] [-SiteId <uint>] [<CommonParameters>]

DESCRIPTION

Retrieves information about a published resource filter.

PARAMETERS


-Name <string>
Published resource name.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Parent <PubFolder>
Published resource parent folder.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

-Id <uint>
Published resource ID.

        Required?                    false
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint>
Site ID.

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters documentation. 

INPUTS

PubFolder

OUTPUTS

PubItemFilter

EXAMPLES


---------- EXAMPLE 1 ----------

Get-RASPubItemFilter "My app"

Retrieves the information about a filter from a published resource specified by name.
---------- EXAMPLE 2 ----------

Get-RASPubItemFilter -Id 11

Retrieves the information about a filter from a published resource specified by ID.

RELATED LINKS